home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / CheckSum.app / English.lproj / Preferences.nib / data.classes next >
Encoding:
Text File  |  1994-10-14  |  1.0 KB  |  75 lines

  1. PrefContr = {
  2.     ACTIONS = {
  3.     changeReportFont:;
  4.     cellFontSet:;
  5.     setPath:;
  6.     pathReques:;
  7.     popUpSelec:;
  8.     reportFontSet:;
  9.     changeCellFont:;
  10.     date:;
  11.     };
  12.     OUTLETS = {
  13.     CellFontSizeTF;
  14.     target;
  15.     popUpSysSelection;
  16.     thePrefWin;
  17.     CellFontFamilyTF;
  18.     pathTF;
  19.     fontMgr;
  20.     mouseRadioButton;
  21.     dateRadio;
  22.     fontSizeTF;
  23.     fontFamilyTF;
  24.     };
  25.     SUPERCLASS = Object;
  26. };
  27. FirstResponder = {
  28.     ACTIONS = {
  29.     changeCellFont:;
  30.     changeReportFont:;
  31.     };
  32.     SUPERCLASS = Object;
  33. };
  34. SystemsCtrlr = {
  35.     ACTIONS = {
  36.     showReport:;
  37.     showTransactions:;
  38.     open:;
  39.     showInfoPanel:;
  40.     save:;
  41.     close:;
  42.     saveAs:;
  43.     showHelpPanel:;
  44.     delete:;
  45.     quit:;
  46.     memorizeTransaction:;
  47.     appDidInit:;
  48.     systemCategories:;
  49.     okNew:;
  50.     new:;
  51.     reconcile:;
  52.     cancelNew:;
  53.     rename:;
  54.     showPrefPanel:;
  55.     windowWillClose:;
  56.     hideAcct:;
  57.     };
  58.     OUTLETS = {
  59.     saveAsMenuCell;
  60.     newPanel;
  61.     reportsMgr;
  62.     saveMenuCell;
  63.     activeSystem;
  64.     infoPanel;
  65.     closeMenuCell;
  66.     nameForm;
  67.     transactionSubmenu;
  68.     helpPanel;
  69.     prefPanel;
  70.     categoryRadio;
  71.     accountSubmenu;
  72.     };
  73.     SUPERCLASS = List;
  74. };
  75.